projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdaaea7
)
Use boxes instead of vboxes
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 7 Jun 2011 22:38:46 +0000
(18:38 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 7 Jun 2011 22:38:46 +0000
(18:38 -0400)
modules/other/gail/tests/ferret.c
patch
|
blob
|
history
diff --git
a/modules/other/gail/tests/ferret.c
b/modules/other/gail/tests/ferret.c
index a41ed5f1b7fbba09494c28a5e96375a8902ef5e0..4b85fbae9af9124ef0f1e0057f396f45e454179e 100644
(file)
--- a/
modules/other/gail/tests/ferret.c
+++ b/
modules/other/gail/tests/ferret.c
@@
-58,7
+58,7
@@
typedef struct
GroupId group_id;
GtkFrame *scroll_outer_frame;
GtkWidget *frame;
- Gtk
VBox
*group_vbox;
+ Gtk
Box
*group_vbox;
GtkAdjustment *adj;
GList *name_value;
gchar *name;
@@
-1873,7
+1873,7
@@
_get_group(TabInfo *tab, GroupId group_id, const gchar *groupname)
gtk_container_set_border_width(GTK_CONTAINER(group->frame), 10);
group->name = g_strdup(groupname);
- group->group_vbox = GTK_
V
BOX(gtk_box_new (GTK_ORIENTATION_VERTICAL, 10));
+ group->group_vbox = GTK_BOX(gtk_box_new (GTK_ORIENTATION_VERTICAL, 10));
if (group->is_scrolled)
{